home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tbarco16 / barfrm16.dfm / barfrm16.txt
Text File  |  1996-09-15  |  3KB  |  160 lines

  1. object DemoForm: TDemoForm
  2.   Left = 66
  3.   Top = 43
  4.   Width = 517
  5.   Height = 428
  6.   Caption = 'TBarcode'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 8
  19.     Width = 80
  20.     Height = 16
  21.     Caption = 'Bar_Caption'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 216
  25.     Top = 8
  26.     Width = 122
  27.     Height = 16
  28.     Caption = 'Bar_HeightPercent'
  29.   end
  30.   object Barcode1: TBarcode
  31.     Left = 216
  32.     Top = 156
  33.     Width = 68
  34.     Height = 65
  35.     Hint = 'Exit program'
  36.     Bar_Caption = '12345'
  37.     Bar_HighDensity = False
  38.     Bar_ModuleWidth = SC2
  39.     Bar_WidthReduce = False
  40.     Bar_ZoomSize = False
  41.     Code_License = 'Not registered'
  42.     Code_Version = 'v1.00'
  43.   end
  44.   object RGCodetyp: TRadioGroup
  45.     Left = 16
  46.     Top = 64
  47.     Width = 169
  48.     Height = 137
  49.     Caption = 'Bar_Codetyp'
  50.     ItemIndex = 0
  51.     Items.Strings = (
  52.       'EAN-8'
  53.       'EAN-13'
  54.       'UPC-A'
  55.       'UPC-E'
  56.       'Code 39'
  57.       'Code 2/5 interleaved'
  58.       'Code 2/5i (Frachtpost)')
  59.     TabOrder = 2
  60.     OnClick = RGCodetypClick
  61.   end
  62.   object CB_ZoomSize: TCheckBox
  63.     Left = 212
  64.     Top = 100
  65.     Width = 149
  66.     Height = 17
  67.     Caption = 'Bar_ZoomSize'
  68.     TabOrder = 4
  69.     OnClick = CB_ZoomSizeClick
  70.   end
  71.   object CB_HighDensity: TCheckBox
  72.     Left = 212
  73.     Top = 72
  74.     Width = 149
  75.     Height = 21
  76.     Caption = 'Bar_HighDensity'
  77.     TabOrder = 6
  78.     OnClick = CB_HighDensityClick
  79.   end
  80.   object CB_WidthReduce: TCheckBox
  81.     Left = 212
  82.     Top = 124
  83.     Width = 141
  84.     Height = 17
  85.     Caption = 'Bar_WidthReduce'
  86.     TabOrder = 1
  87.     OnClick = CB_WidthReduceClick
  88.   end
  89.   object Edit1: TEdit
  90.     Left = 20
  91.     Top = 28
  92.     Width = 165
  93.     Height = 24
  94.     TabOrder = 3
  95.     Text = 'Edit1'
  96.     OnChange = Edit1Change
  97.   end
  98.   object SE_HeightPerCent: TSpinEdit
  99.     Left = 216
  100.     Top = 28
  101.     Width = 121
  102.     Height = 26
  103.     EditorEnabled = False
  104.     Increment = 5
  105.     MaxValue = 200
  106.     MinValue = 20
  107.     TabOrder = 5
  108.     Value = 20
  109.     OnChange = SE_HeightPerCentChange
  110.   end
  111.   object RGModulewidth: TRadioGroup
  112.     Left = 16
  113.     Top = 208
  114.     Width = 169
  115.     Height = 129
  116.     Caption = 'Bar_ModuleWidth'
  117.     Columns = 2
  118.     ItemIndex = 2
  119.     Items.Strings = (
  120.       'SC0'
  121.       'SC1'
  122.       'SC2'
  123.       'SC3'
  124.       'SC4'
  125.       'SC5'
  126.       'SC6'
  127.       'SC7'
  128.       'SC8'
  129.       'SC9')
  130.     TabOrder = 0
  131.     OnClick = RGModulewidthClick
  132.   end
  133.   object PrintBtn1: TBitBtn
  134.     Left = 376
  135.     Top = 24
  136.     Width = 113
  137.     Height = 29
  138.     Caption = 'Print &1'
  139.     TabOrder = 8
  140.     OnClick = PrintBtn1Click
  141.   end
  142.   object PrintBtn2: TBitBtn
  143.     Left = 376
  144.     Top = 60
  145.     Width = 113
  146.     Height = 29
  147.     Caption = 'Print &2'
  148.     TabOrder = 7
  149.   end
  150.   object ExitBtn: TButton
  151.     Left = 376
  152.     Top = 100
  153.     Width = 113
  154.     Height = 29
  155.     Caption = 'Exit'
  156.     TabOrder = 9
  157.     OnClick = ExitBtnClick
  158.   end
  159. end
  160.